home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 68 / Cine Live 68.iso / pc / Data / Interface / e11.k < prev    next >
Encoding:
Text File  |  2003-04-10  |  23.5 KB  |  1,145 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$000001AE,$0000002A,$00000288,$0000039C,$00000000,$FFFFFDC6,$00000000,$00000000};
  6.         LayoutWindow is {$00000085,$00000096,$000002D3,$0000027A,$00000000,$00000009,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oFond2,
  16.         ob13,
  17.         ob24,
  18.         ob35,
  19.         ob46,
  20.         ob57,
  21.         ob68,
  22.         ob79,
  23.         ob810,
  24.         ob911,
  25.         ob1012,
  26.         ob1113,
  27.         ob1214,
  28.         of115,
  29.         of216,
  30.         of317,
  31.         of418,
  32.         of519,
  33.         of620,
  34.         of721,
  35.         of822,
  36.         of923,
  37.         of1024,
  38.         of1125,
  39.         of1226,
  40.         oInternet27,
  41.         ol128,
  42.         ol129,
  43.         oBouton_Fiche30,
  44.         oBouton_Imprimer31,
  45.         oBouton_Sommaire32,
  46.         oBouton_Photos33,
  47.         oBouton_Vid_o34,
  48.         oFiche_Technique35,
  49.         oTexte_RTF36,
  50.         ovid_o37,
  51.         oglobal38
  52.     ];
  53.     Events is [
  54.         cOffscreenEvent
  55.         with Flags is $00000004; 
  56.             Commands is [
  57.                 cPixelTool_IfSystemCommand
  58.                 with Flags is $00000004; 
  59.                     Commands is [
  60.                         cSwitchURLCommand
  61.                         with Flags is $00000004; Target is oFond2; URL is "../Images/s11m.jpg"; end,
  62.                         cDragCommand
  63.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  64.                         cGrowCommand
  65.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  66.                         cShowCommand
  67.                         with Flags is $00000004; Target is ovid_o37; end,
  68.                         cEnableCommand
  69.                         with Flags is $00000004; Target is ovid_o37; end,
  70.                         cRunCommand
  71.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  72.                     ];
  73.                 end,
  74.                 cPixelTool_IfSystemCommand
  75.                 with Flags is $00000004; SetMode is IsWinTest; 
  76.                     Commands is [
  77.                         cDragCommand
  78.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  79.                         cGrowCommand
  80.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  81.                         cShowCommand
  82.                         with Flags is $00000004; Target is ovid_o37; end,
  83.                         cEnableCommand
  84.                         with Flags is $00000004; Target is ovid_o37; end,
  85.                         cRunCommand
  86.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  87.                     ];
  88.                 end
  89.             ];
  90.         end,
  91.         cKeyboardEvent
  92.         with Flags is $00000004; Test is IsSpace; 
  93.             Commands is [
  94.                 cRunCommand
  95.                 with Flags is $00000004; Target is ovid_o37; Mode is Toggle; end
  96.             ];
  97.         end,
  98.         cKeyboardEvent
  99.         with Value is "+"; 
  100.             Commands is [
  101.                 cSetVolumeCommand
  102.                 with Mode is ExecuteHigher; end
  103.             ];
  104.         end,
  105.         cKeyboardEvent
  106.         with Value is "-"; 
  107.             Commands is [
  108.                 cSetVolumeCommand
  109.                 with Flags is $00000004; Mode is ExecuteLower; end
  110.             ];
  111.         end,
  112.         cKeyboardEvent
  113.         with Value is "m"; 
  114.             Commands is [
  115.                 cRunCommand
  116.                 with Flags is $00000004; Mode is Toggle; Rewind is true; end
  117.             ];
  118.         end
  119.     ];
  120. end;
  121.  
  122. object oFond2 is cImage
  123. with 
  124.     Name is "Fond"; 
  125.     Enabled is false; Cursor is oEmptyCursor; 
  126.     AdjustX is AlignToCenter; AdjustY is AlignToTop; 
  127.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  128.     
  129.     URL is "data/Images/s11p.jpg"; URLOption is GetDiskURL; 
  130.     
  131.     
  132.     Events is [
  133.         cOnscreenEvent
  134.         with 
  135.             Commands is [
  136.                 cTokenCommand
  137.                 with TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  138.             ];
  139.         end
  140.     ];
  141. end;
  142.  
  143. object ob13 is cImage
  144. with 
  145.     Name is "b1"; 
  146.     Enabled is false; Shown is false; 
  147.     X is -21; Y is 170; 
  148.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  149.     
  150.     URL is "../Images/BOUTONV2.psd"; 
  151.     Bitmapped is false; Mode is 260; 
  152.     
  153. end;
  154.  
  155. object ob24 is cImage
  156. with 
  157.     Name is "b2"; 
  158.     Enabled is false; Shown is false; 
  159.     X is -21; Y is 196; 
  160.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  161.     
  162.     URL is "../Images/BOUTONV2.psd"; 
  163.     Mode is 260; 
  164.     
  165. end;
  166.  
  167. object ob35 is cImage
  168. with 
  169.     Name is "b3"; 
  170.     Enabled is false; Shown is false; 
  171.     X is -21; Y is 223; 
  172.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  173.     
  174.     URL is "../Images/BOUTONV2.psd"; 
  175.     Mode is 260; 
  176.     
  177. end;
  178.  
  179. object ob46 is cImage
  180. with 
  181.     Name is "b4"; 
  182.     Enabled is false; Shown is false; 
  183.     X is -21; Y is 249; 
  184.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  185.     
  186.     URL is "../Images/BOUTONV2.psd"; 
  187.     Mode is 260; 
  188.     
  189. end;
  190.  
  191. object ob57 is cImage
  192. with 
  193.     Name is "b5"; 
  194.     Enabled is false; Shown is false; 
  195.     X is -21; Y is 275; 
  196.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  197.     
  198.     URL is "../Images/BOUTONV2.psd"; 
  199.     Mode is 260; 
  200.     
  201. end;
  202.  
  203. object ob68 is cImage
  204. with 
  205.     Name is "b6"; 
  206.     Enabled is false; Shown is false; 
  207.     X is -21; Y is 302; 
  208.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  209.     
  210.     URL is "../Images/BOUTONV2.psd"; 
  211.     Mode is 260; 
  212.     
  213. end;
  214.  
  215. object ob79 is cImage
  216. with 
  217.     Name is "b7"; 
  218.     Enabled is false; Shown is false; 
  219.     X is -21; Y is 330; 
  220.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  221.     
  222.     URL is "../Images/BOUTONV2.psd"; 
  223.     Mode is 260; 
  224.     
  225. end;
  226.  
  227. object ob810 is cImage
  228. with 
  229.     Name is "b8"; 
  230.     Enabled is false; Shown is false; 
  231.     X is -21; Y is 355; 
  232.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  233.     
  234.     URL is "../Images/BOUTONV2.psd"; 
  235.     Mode is 260; 
  236.     
  237. end;
  238.  
  239. object ob911 is cImage
  240. with 
  241.     Name is "b9"; 
  242.     Enabled is false; Shown is false; 
  243.     X is -21; Y is 382; 
  244.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  245.     
  246.     URL is "../Images/BOUTONV2.psd"; 
  247.     Mode is 260; 
  248.     
  249. end;
  250.  
  251. object ob1012 is cImage
  252. with 
  253.     Name is "b10"; 
  254.     Enabled is false; Shown is false; 
  255.     X is -21; Y is 408; 
  256.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  257.     
  258.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  259.     Mode is 260; 
  260.     
  261. end;
  262.  
  263. object ob1113 is cImage
  264. with 
  265.     Name is "b11"; 
  266.     Enabled is false; Shown is false; 
  267.     X is -21; Y is 436; 
  268.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  269.     
  270.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  271.     Mode is 260; 
  272.     
  273. end;
  274.  
  275. object ob1214 is cImage
  276. with 
  277.     Name is "b12"; 
  278.     Enabled is false; Shown is false; 
  279.     X is -21; Y is 462; 
  280.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  281.     
  282.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  283.     Mode is 260; 
  284.     
  285. end;
  286.  
  287. object of115 is cBox
  288. with 
  289.     Name is "f1"; 
  290.     Cursor is oFingerCursor; 
  291.     X is -1; Y is 184; 
  292.     Width is 162; Height is 27; 
  293.     
  294.     
  295.     Events is [
  296.         cMouseEnterEvent
  297.         with Flags is $00000004; 
  298.             Commands is [
  299.                 cShowCommand
  300.                 with Flags is $00000004; Target is ob13; end
  301.             ];
  302.         end,
  303.         cMouseLeaveEvent
  304.         with Flags is $00000004; 
  305.             Commands is [
  306.                 cShowCommand
  307.                 with Flags is $00000004; Target is ob13; Mode is Clear; end
  308.             ];
  309.         end,
  310.         cMouseUpEvent
  311.         with Flags is $00000004; Flag is true; 
  312.             Commands is [
  313.                 cBrowseCommand
  314.                 with Flags is $00000004; URL is "e1.k"; end
  315.             ];
  316.         end
  317.     ];
  318. end;
  319.  
  320. object of216 is cBox
  321. with 
  322.     Name is "f2"; 
  323.     Cursor is oFingerCursor; 
  324.     Y is 206; 
  325.     Width is 161; Height is 32; 
  326.     
  327.     
  328.     Events is [
  329.         cMouseEnterEvent
  330.         with 
  331.             Commands is [
  332.                 cShowCommand
  333.                 with Target is ob24; end
  334.             ];
  335.         end,
  336.         cMouseLeaveEvent
  337.         with 
  338.             Commands is [
  339.                 cShowCommand
  340.                 with Target is ob24; Mode is Clear; end
  341.             ];
  342.         end,
  343.         cMouseUpEvent
  344.         with Flag is true; 
  345.             Commands is [
  346.                 cBrowseCommand
  347.                 with URL is "e2.k"; end
  348.             ];
  349.         end
  350.     ];
  351. end;
  352.  
  353. object of317 is cBox
  354. with 
  355.     Flags is $00000150; 
  356.     Name is "f3"; 
  357.     Cursor is oFingerCursor; 
  358.     Y is 236; 
  359.     Width is 163; Height is 29; 
  360.     
  361.     
  362.     Events is [
  363.         cMouseEnterEvent
  364.         with Flags is $00000004; 
  365.             Commands is [
  366.                 cShowCommand
  367.                 with Flags is $00000004; Target is ob35; end
  368.             ];
  369.         end,
  370.         cMouseLeaveEvent
  371.         with Flags is $00000004; 
  372.             Commands is [
  373.                 cShowCommand
  374.                 with Flags is $00000004; Target is ob35; Mode is Clear; end
  375.             ];
  376.         end,
  377.         cMouseUpEvent
  378.         with Flags is $00000004; Flag is true; 
  379.             Commands is [
  380.                 cBrowseCommand
  381.                 with Flags is $00000004; URL is "e3.k"; end
  382.             ];
  383.         end
  384.     ];
  385. end;
  386.  
  387. object of418 is cBox
  388. with 
  389.     Name is "f4"; 
  390.     Cursor is oFingerCursor; 
  391.     Y is 262; 
  392.     Width is 161; Height is 28; 
  393.     
  394.     
  395.     Events is [
  396.         cMouseEnterEvent
  397.         with 
  398.             Commands is [
  399.                 cShowCommand
  400.                 with Target is ob46; end
  401.             ];
  402.         end,
  403.         cMouseLeaveEvent
  404.         with 
  405.             Commands is [
  406.                 cShowCommand
  407.                 with Target is ob46; Mode is Clear; end
  408.             ];
  409.         end,
  410.         cMouseUpEvent
  411.         with Flag is true; 
  412.             Commands is [
  413.                 cBrowseCommand
  414.                 with URL is "e4.k"; end
  415.             ];
  416.         end
  417.     ];
  418. end;
  419.  
  420. object of519 is cBox
  421. with 
  422.     Name is "f5"; 
  423.     Cursor is oFingerCursor; 
  424.     Y is 291; 
  425.     Width is 162; Height is 26; 
  426.     
  427.     
  428.     Events is [
  429.         cMouseEnterEvent
  430.         with 
  431.             Commands is [
  432.                 cShowCommand
  433.                 with Target is ob57; end
  434.             ];
  435.         end,
  436.         cMouseLeaveEvent
  437.         with 
  438.             Commands is [
  439.                 cShowCommand
  440.                 with Target is ob57; Mode is Clear; end
  441.             ];
  442.         end,
  443.         cMouseUpEvent
  444.         with Flag is true; 
  445.             Commands is [
  446.                 cBrowseCommand
  447.                 with URL is "e5.k"; end
  448.             ];
  449.         end
  450.     ];
  451. end;
  452.  
  453. object of620 is cBox
  454. with 
  455.     Flags is $00000150; 
  456.     Name is "f6"; 
  457.     Cursor is oFingerCursor; 
  458.     Y is 317; 
  459.     Width is 161; Height is 26; 
  460.     
  461.     
  462.     Events is [
  463.         cMouseEnterEvent
  464.         with Flags is $00000004; 
  465.             Commands is [
  466.                 cShowCommand
  467.                 with Flags is $00000004; Target is ob68; end
  468.             ];
  469.         end,
  470.         cMouseLeaveEvent
  471.         with Flags is $00000004; 
  472.             Commands is [
  473.                 cShowCommand
  474.                 with Flags is $00000004; Target is ob68; Mode is Clear; end
  475.             ];
  476.         end,
  477.         cMouseUpEvent
  478.         with Flags is $00000004; Flag is true; 
  479.             Commands is [
  480.                 cBrowseCommand
  481.                 with Flags is $00000004; URL is "e6.k"; end
  482.             ];
  483.         end
  484.     ];
  485. end;
  486.  
  487. object of721 is cBox
  488. with 
  489.     Name is "f7"; 
  490.     Cursor is oFingerCursor; 
  491.     X is -1; Y is 344; 
  492.     Width is 163; Height is 28; 
  493.     
  494.     
  495.     Events is [
  496.         cMouseEnterEvent
  497.         with 
  498.             Commands is [
  499.                 cShowCommand
  500.                 with Target is ob79; end
  501.             ];
  502.         end,
  503.         cMouseLeaveEvent
  504.         with 
  505.             Commands is [
  506.                 cShowCommand
  507.                 with Target is ob79; Mode is Clear; end
  508.             ];
  509.         end,
  510.         cMouseUpEvent
  511.         with Flag is true; 
  512.             Commands is [
  513.                 cBrowseCommand
  514.                 with URL is "e7.k"; end
  515.             ];
  516.         end
  517.     ];
  518. end;
  519.  
  520. object of822 is cBox
  521. with 
  522.     Name is "f8"; 
  523.     Cursor is oFingerCursor; 
  524.     Y is 371; 
  525.     Width is 158; Height is 27; 
  526.     
  527.     
  528.     Events is [
  529.         cMouseEnterEvent
  530.         with 
  531.             Commands is [
  532.                 cShowCommand
  533.                 with Target is ob810; end
  534.             ];
  535.         end,
  536.         cMouseLeaveEvent
  537.         with 
  538.             Commands is [
  539.                 cShowCommand
  540.                 with Target is ob810; Mode is Clear; end
  541.             ];
  542.         end,
  543.         cMouseUpEvent
  544.         with Flag is true; 
  545.             Commands is [
  546.                 cBrowseCommand
  547.                 with URL is "e8.k"; end
  548.             ];
  549.         end
  550.     ];
  551. end;
  552.  
  553. object of923 is cBox
  554. with 
  555.     Flags is $00000150; 
  556.     Name is "f9"; 
  557.     Cursor is oFingerCursor; 
  558.     Y is 398; 
  559.     Width is 159; Height is 26; 
  560.     
  561.     
  562.     Events is [
  563.         cMouseEnterEvent
  564.         with Flags is $00000004; 
  565.             Commands is [
  566.                 cShowCommand
  567.                 with Flags is $00000004; Target is ob911; end
  568.             ];
  569.         end,
  570.         cMouseLeaveEvent
  571.         with Flags is $00000004; 
  572.             Commands is [
  573.                 cShowCommand
  574.                 with Flags is $00000004; Target is ob911; Mode is Clear; end
  575.             ];
  576.         end,
  577.         cMouseUpEvent
  578.         with Flags is $00000004; Flag is true; 
  579.             Commands is [
  580.                 cBrowseCommand
  581.                 with Flags is $00000004; URL is "e9.k"; end
  582.             ];
  583.         end
  584.     ];
  585. end;
  586.  
  587. object of1024 is cBox
  588. with 
  589.     Name is "f10"; 
  590.     Cursor is oFingerCursor; 
  591.     X is 1; Y is 420; 
  592.     Width is 160; Height is 37; 
  593.     
  594.     
  595.     Events is [
  596.         cMouseEnterEvent
  597.         with 
  598.             Commands is [
  599.                 cShowCommand
  600.                 with Target is ob1012; end
  601.             ];
  602.         end,
  603.         cMouseLeaveEvent
  604.         with 
  605.             Commands is [
  606.                 cShowCommand
  607.                 with Target is ob1012; Mode is Clear; end
  608.             ];
  609.         end,
  610.         cMouseUpEvent
  611.         with Flag is true; 
  612.             Commands is [
  613.                 cBrowseCommand
  614.                 with URL is "e10.k"; end
  615.             ];
  616.         end
  617.     ];
  618. end;
  619.  
  620. object of1125 is cBox
  621. with 
  622.     Flags is $00000150; 
  623.     Name is "f11"; 
  624.     Cursor is oFingerCursor; 
  625.     X is 1; Y is 450; 
  626.     Width is 162; Height is 28; 
  627.     
  628.     
  629.     Events is [
  630.         cMouseEnterEvent
  631.         with Flags is $00000004; 
  632.             Commands is [
  633.                 cShowCommand
  634.                 with Flags is $00000004; Target is ob1113; end
  635.             ];
  636.         end,
  637.         cMouseLeaveEvent
  638.         with Flags is $00000004; 
  639.             Commands is [
  640.                 cShowCommand
  641.                 with Flags is $00000004; Target is ob1113; Mode is Clear; end
  642.             ];
  643.         end,
  644.         cMouseUpEvent
  645.         with Flags is $00000004; Flag is true; 
  646.             Commands is [
  647.                 cBrowseCommand
  648.                 with Flags is $00000004; URL is "e11.k"; end
  649.             ];
  650.         end
  651.     ];
  652. end;
  653.  
  654. object of1226 is cBox
  655. with 
  656.     Flags is $00000150; 
  657.     Name is "f12"; 
  658.     Cursor is oFingerCursor; 
  659.     X is 1; Y is 476; 
  660.     Width is 162; Height is 28; 
  661.     
  662.     
  663.     Events is [
  664.         cMouseEnterEvent
  665.         with Flags is $00000004; 
  666.             Commands is [
  667.                 cShowCommand
  668.                 with Flags is $00000004; Target is ob1214; end
  669.             ];
  670.         end,
  671.         cMouseLeaveEvent
  672.         with Flags is $00000004; 
  673.             Commands is [
  674.                 cShowCommand
  675.                 with Flags is $00000004; Target is ob1214; Mode is Clear; end
  676.             ];
  677.         end,
  678.         cMouseUpEvent
  679.         with Flags is $00000004; Flag is true; 
  680.             Commands is [
  681.                 cBrowseCommand
  682.                 with Flags is $00000004; URL is "e12.k"; end
  683.             ];
  684.         end
  685.     ];
  686. end;
  687.  
  688. object oInternet27 is cBox
  689. with 
  690.     Flags is $00000150; 
  691.     Name is "Internet"; 
  692.     Cursor is oEarthCursor; 
  693.     X is 259; Y is 540; 
  694.     Width is 155; Height is 19; 
  695.     
  696.     
  697.     Events is [
  698.         cMouseUpEvent
  699.         with Flags is $00000004; Flag is true; 
  700.             Commands is [
  701.                 cLaunchCommand
  702.                 with Flags is $00000004; URL is "http://www.pyramidefilms.com"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  703.             ];
  704.         end
  705.     ];
  706. end;
  707.  
  708. object ol128 is cBox
  709. with 
  710.     Flags is $00000150; 
  711.     Name is "l1"; 
  712.     Cursor is oFingerCursor; 
  713.     X is 261; Y is 501; 
  714.     Width is 86; Height is 17; 
  715.     
  716.     
  717.     Events is [
  718.         cMouseUpEvent
  719.         with Flags is $00000004; Flag is true; 
  720.             Commands is [
  721.                 cIfCookieCommand
  722.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  723.                     Commands is [
  724.                         cTokenCommand
  725.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  726.                     ];
  727.                 end,
  728.                 cBrowseCommand
  729.                 with Flags is $00000004; URL is "f16.k"; end
  730.             ];
  731.         end
  732.     ];
  733. end;
  734.  
  735. object ol129 is cBox
  736. with 
  737.     Flags is $00000150; 
  738.     release Editor:
  739.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  740.     end;
  741.     Name is "l1"; 
  742.     Cursor is oFingerCursor; 
  743.     X is 227; Y is 518; 
  744.     Width is 90; Height is 21; 
  745.     
  746.     
  747.     Events is [
  748.         cMouseUpEvent
  749.         with Flags is $00000004; Flag is true; 
  750.             Commands is [
  751.                 cIfCookieCommand
  752.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  753.                     Commands is [
  754.                         cTokenCommand
  755.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  756.                     ];
  757.                 end,
  758.                 cBrowseCommand
  759.                 with Flags is $00000004; URL is "f17.k"; end
  760.             ];
  761.         end
  762.     ];
  763. end;
  764.  
  765. object oBouton_Fiche30 is cImage
  766. with 
  767.     Flags is $00000400; 
  768.     Name is "Bouton Fiche"; 
  769.     Shown is false; Cursor is oFingerCursor; 
  770.     X is 167; Y is 573; 
  771.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  772.     
  773.     URL is "data/Images/%E9cran%20fiche.jpg"; URLOption is GetDiskURL; 
  774.     
  775.     
  776.     Events is [
  777.         cMouseEnterEvent
  778.         with 
  779.             Commands is [
  780.                 cShowCommand
  781.                 with Target is oTargetSelf; end
  782.             ];
  783.         end,
  784.         cMouseLeaveEvent
  785.         with 
  786.             Commands is [
  787.                 cShowCommand
  788.                 with Target is oTargetSelf; Mode is Clear; end
  789.             ];
  790.         end,
  791.         cMouseUpEvent
  792.         with Flag is true; 
  793.             Commands is [
  794.                 cShowCommand
  795.                 with Target is oFiche_Technique35; Mode is Toggle; end,
  796.                 cEnableCommand
  797.                 with Target is oFiche_Technique35; Mode is Toggle; end
  798.             ];
  799.         end
  800.     ];
  801. end;
  802.  
  803. object oBouton_Imprimer31 is cImage
  804. with 
  805.     Flags is $00000400; 
  806.     Name is "Bouton Imprimer"; 
  807.     Shown is false; Cursor is oFingerCursor; 
  808.     X is 321; Y is 573; 
  809.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  810.     
  811.     URL is "data/Images/%E9cran%20imprimer.jpg"; URLOption is GetDiskURL; 
  812.     
  813.     
  814.     Events is [
  815.         cMouseEnterEvent
  816.         with 
  817.             Commands is [
  818.                 cShowCommand
  819.                 with Target is oTargetSelf; end
  820.             ];
  821.         end,
  822.         cMouseLeaveEvent
  823.         with 
  824.             Commands is [
  825.                 cShowCommand
  826.                 with Target is oTargetSelf; Mode is Clear; end
  827.             ];
  828.         end,
  829.         cMouseUpEvent
  830.         with Flag is true; 
  831.             Commands is [
  832.                 cPrintCommand
  833.                 with Target is oTexte_RTF36; end
  834.             ];
  835.         end
  836.     ];
  837. end;
  838.  
  839. object oBouton_Sommaire32 is cImage
  840. with 
  841.     Flags is $00000400; 
  842.     Name is "Bouton Sommaire"; 
  843.     Shown is false; Cursor is oFingerCursor; 
  844.     X is 13; Y is 573; 
  845.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  846.     
  847.     URL is "data/Images/%E9cran%20somm.jpg"; URLOption is GetDiskURL; 
  848.     
  849.     
  850.     Events is [
  851.         cMouseEnterEvent
  852.         with 
  853.             Commands is [
  854.                 cShowCommand
  855.                 with Target is oTargetSelf; end
  856.             ];
  857.         end,
  858.         cMouseLeaveEvent
  859.         with 
  860.             Commands is [
  861.                 cShowCommand
  862.                 with Target is oTargetSelf; Mode is Clear; end
  863.             ];
  864.         end,
  865.         cMouseUpEvent
  866.         with Flag is true; 
  867.             Commands is [
  868.                 cIfCookieCommand
  869.                 with CookieName is "zique"; Value is "oui"; 
  870.                     Commands is [
  871.                         cTokenCommand
  872.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  873.                     ];
  874.                 end,
  875.                 cBrowseCommand
  876.                 with URL is "sommaire.k"; end
  877.             ];
  878.         end
  879.     ];
  880. end;
  881.  
  882. object oBouton_Photos33 is cImage
  883. with 
  884.     Flags is $00000150; 
  885.     Name is "Bouton Photos"; 
  886.     Shown is false; Cursor is oFingerCursor; 
  887.     X is 475; Y is 573; 
  888.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  889.     
  890.     URL is "data/Images/%E9cran%20photo.jpg"; URLOption is GetDiskURL; 
  891.     
  892.     
  893.     Events is [
  894.         cMouseEnterEvent
  895.         with Flags is $00000004; 
  896.             Commands is [
  897.                 cShowCommand
  898.                 with Flags is $00000004; Target is oTargetSelf; end
  899.             ];
  900.         end,
  901.         cMouseLeaveEvent
  902.         with Flags is $00000004; 
  903.             Commands is [
  904.                 cShowCommand
  905.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  906.             ];
  907.         end,
  908.         cMouseUpEvent
  909.         with Flags is $00000004; Flag is true; 
  910.             Commands is [
  911.                 cBrowseCommand
  912.                 with Flags is $00000004; URL is "e11s.k"; end
  913.             ];
  914.         end
  915.     ];
  916. end;
  917.  
  918. object oBouton_Vid_o34 is cImage
  919. with 
  920.     Flags is $00000400; 
  921.     Name is "Bouton Vid\$E9o"; 
  922.     Shown is false; Cursor is oFingerCursor; 
  923.     X is 629; Y is 573; 
  924.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  925.     
  926.     URL is "data/Images/%E9cran%20vid%E9o.jpg"; URLOption is GetDiskURL; 
  927.     
  928.     
  929.     Events is [
  930.         cMouseEnterEvent
  931.         with 
  932.             Commands is [
  933.                 cShowCommand
  934.                 with Target is oTargetSelf; end
  935.             ];
  936.         end,
  937.         cMouseLeaveEvent
  938.         with 
  939.             Commands is [
  940.                 cShowCommand
  941.                 with Target is oTargetSelf; Mode is Clear; end
  942.             ];
  943.         end,
  944.         cMouseUpEvent
  945.         with Flag is true; 
  946.             Commands is [
  947.                 cRunCommand
  948.                 with Target is ovid_o37; Mode is Clear; end,
  949.                 cEnableCommand
  950.                 with Target is ovid_o37; Mode is Clear; end,
  951.                 cShowCommand
  952.                 with Target is ovid_o37; Mode is Clear; end,
  953.                 cDragCommand
  954.                 with Target is ovid_o37; Mode is DragTo; end,
  955.                 cGrowCommand
  956.                 with Target is ovid_o37; Mode is GrowTo; X is 800; Y is 600; end,
  957.                 cShowCommand
  958.                 with Target is ovid_o37; end,
  959.                 cEnableCommand
  960.                 with Target is ovid_o37; end,
  961.                 cRunCommand
  962.                 with Target is ovid_o37; Rewind is true; end,
  963.                 cEnableCommand
  964.                 with Target is oglobal38; end
  965.             ];
  966.         end
  967.     ];
  968. end;
  969.  
  970. object oFiche_Technique35 is cImage
  971. with 
  972.     Flags is $00000150; 
  973.     Name is "Fiche Technique"; 
  974.     Region is {$FFFF000A,$00010000,$01AC0188};
  975.     Enabled is false; Shown is false; Cursor is oFingerCursor; 
  976.     X is 132; Y is 41; 
  977.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  978.     
  979.     URL is "data/Images/t11.jpg"; URLOption is GetDiskURL; 
  980.     
  981.     
  982.     Events is [
  983.         cMouseUpEvent
  984.         with Flags is $00000004; Flag is true; 
  985.             Commands is [
  986.                 cShowCommand
  987.                 with Flags is $00000004; Target is oFiche_Technique35; Mode is Clear; end,
  988.                 cEnableCommand
  989.                 with Flags is $00000004; Target is oFiche_Technique35; Mode is Clear; end
  990.             ];
  991.         end
  992.     ];
  993. end;
  994.  
  995. object oTexte_RTF36 is cRTFText
  996. with 
  997.     Flags is $00000550; 
  998.     Name is "Texte RTF"; 
  999.     Enabled is false; Shown is false; 
  1000.     Y is -160; 
  1001.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetDataHeight; 
  1002.     
  1003.     URL is "../Textes/s11.rtf"; 
  1004.     
  1005.     
  1006. end;
  1007.  
  1008. object ovid_o37 is cMPEGMovie
  1009. with 
  1010.     Flags is $00000154; 
  1011.     Name is "vid\$E9o"; 
  1012.     Shown is false; Cursor is oFingerCursor; 
  1013.     X is 599; Y is 418; 
  1014.     Width is 192; Height is 144; 
  1015.     
  1016.     URL is "data/Videos/s11.mpg"; URLOption is GetDiskURL; 
  1017.     Events is [
  1018.         cMouseUpEvent
  1019.         with Flags is $00000004; Flag is true; 
  1020.             Commands is [
  1021.                 cRunCommand
  1022.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1023.                 cShowCommand
  1024.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1025.                 cEnableCommand
  1026.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1027.                 cDragCommand
  1028.                 with Flags is $00000004; Target is ovid_o37; Mode is DragTo; end,
  1029.                 cGrowCommand
  1030.                 with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 800; Y is 600; end,
  1031.                 cShowCommand
  1032.                 with Flags is $00000004; Target is ovid_o37; end,
  1033.                 cEnableCommand
  1034.                 with Flags is $00000004; Target is ovid_o37; end,
  1035.                 cRunCommand
  1036.                 with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  1037.                 cEnableCommand
  1038.                 with Flags is $00000004; Target is oglobal38; end
  1039.             ];
  1040.         end,
  1041.         cFinishedEvent
  1042.         with Flags is $00000004; 
  1043.             Commands is [
  1044.                 cPixelTool_IfSystemCommand
  1045.                 with Flags is $00000004; 
  1046.                     Commands is [
  1047.                         cDragCommand
  1048.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  1049.                         cGrowCommand
  1050.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  1051.                         cEnableCommand
  1052.                         with Flags is $00000004; Target is oglobal38; Mode is Clear; end,
  1053.                         cShowCommand
  1054.                         with Flags is $00000004; Target is ovid_o37; end,
  1055.                         cEnableCommand
  1056.                         with Flags is $00000004; Target is ovid_o37; end,
  1057.                         cRunCommand
  1058.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  1059.                     ];
  1060.                 end,
  1061.                 cPixelTool_IfSystemCommand
  1062.                 with Flags is $00000004; SetMode is IsWinTest; 
  1063.                     Commands is [
  1064.                         cDragCommand
  1065.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  1066.                         cGrowCommand
  1067.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  1068.                         cEnableCommand
  1069.                         with Flags is $00000004; Target is oglobal38; Mode is Clear; end,
  1070.                         cShowCommand
  1071.                         with Flags is $00000004; Target is ovid_o37; end,
  1072.                         cEnableCommand
  1073.                         with Flags is $00000004; Target is ovid_o37; end,
  1074.                         cRunCommand
  1075.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  1076.                     ];
  1077.                 end
  1078.             ];
  1079.         end
  1080.     ];
  1081. end;
  1082.  
  1083. object oglobal38 is cBox
  1084. with 
  1085.     Flags is $00000154; 
  1086.     Name is "global"; 
  1087.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  1088.     
  1089.     Width is 800; Height is 600; 
  1090.     
  1091.     
  1092.     Events is [
  1093.         cMouseUpEvent
  1094.         with Flags is $00000004; Flag is true; 
  1095.             Commands is [
  1096.                 cPixelTool_IfSystemCommand
  1097.                 with Flags is $00000004; 
  1098.                     Commands is [
  1099.                         cRunCommand
  1100.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; Rewind is true; end,
  1101.                         cEnableCommand
  1102.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1103.                         cShowCommand
  1104.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1105.                         cEnableCommand
  1106.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1107.                         cDragCommand
  1108.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  1109.                         cGrowCommand
  1110.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  1111.                         cShowCommand
  1112.                         with Flags is $00000004; Target is ovid_o37; end,
  1113.                         cRunCommand
  1114.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  1115.                         cEnableCommand
  1116.                         with Flags is $00000004; Target is ovid_o37; end
  1117.                     ];
  1118.                 end,
  1119.                 cPixelTool_IfSystemCommand
  1120.                 with Flags is $00000004; SetMode is IsWinTest; 
  1121.                     Commands is [
  1122.                         cShowCommand
  1123.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1124.                         cRunCommand
  1125.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; Rewind is true; end,
  1126.                         cEnableCommand
  1127.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1128.                         cEnableCommand
  1129.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1130.                         cDragCommand
  1131.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 599; Y is 418; end,
  1132.                         cGrowCommand
  1133.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 192; Y is 144; end,
  1134.                         cShowCommand
  1135.                         with Flags is $00000004; Target is ovid_o37; end,
  1136.                         cRunCommand
  1137.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  1138.                         cEnableCommand
  1139.                         with Flags is $00000004; Target is ovid_o37; end
  1140.                     ];
  1141.                 end
  1142.             ];
  1143.         end
  1144.     ];
  1145. end;